// var TN_Widget = function() { var months = ["", "Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct", "Nov", "Dec"]; return { newWindow : true, CreateEventRow : function(row, isAlt) { var dateArray = row[4].split('/'); var date = months[dateArray[0]] + " " + dateArray[1]; var parking = row[0].split(':')[0] if (parking !== "PARKING") { return "
" + row[3].substring(0,3) + "
" + date + "" + row[5] + "
" + row[0] + "" + row[1] + ", " + row[2] + "
"; } }, AddCss: function(cssUrl) { var fileref=document.createElement("link"); fileref.setAttribute("rel", "stylesheet"); fileref.setAttribute("type", "text/css"); fileref.setAttribute("href", cssUrl); document.getElementsByTagName("head")[0].appendChild(fileref); }, CreateTable : function(eventData,kwds,url) { if(typeof(TN_SetWidgetOptions) == "function") TN_SetWidgetOptions(); //for backwards compatability var newResults = []; for(var cntr = 0; cntr < eventData.length; cntr++) newResults.push(this.CreateEventRow(eventData[cntr], cntr % 2 == 1)); var objToAddTo; if(objToAddTo = document.getElementById("tn_results_container")) { objToAddTo.innerHTML = '
' + newResults.join('') + '
'; } else document.write('
' + newResults.join('') + '
'); if(eventData.length >= 101 && kwds != undefined) { if(objToAddTo = document.getElementById("tn_results_container")) { objToAddTo.innerHTML += '
See all events for '+ kwds + ' on TicketNetwork.com
'; } else { document.write("
See all events for "+ kwds + " on TicketNetwork.com
"); } } } }; }(); //BPW-TNSERV-01B TN_Widget.AddCss('//tn-widget.seatics.com/widget2Css/results-style-1.css'); TN_Widget.AddCss('//s3.amazonaws.com/ticketnetwork/fonts/TTNorms/TTNorms.css'); TN_Widget.CreateTable([['Little Feat','Koka Booth Amphitheatre At Regency Park','Cary, NC','Thursday','6/13/2024','7:00 PM','6276611','Little-Feat-6-13-2024'],['Little Feat','Pier Six Pavilion','Baltimore, MD','Friday','6/14/2024','8:00 PM','6278167','Little-Feat-6-14-2024'],['Little Feat','Carnegie Music Hall of Oakland - Pittsburgh','Pittsburgh, PA','Monday','6/17/2024','8:00 PM','6278482','Little-Feat-6-17-2024'],['Little Feat','PNC Pavilion At The Riverbend Music Center','Cincinnati, OH','Tuesday','6/18/2024','8:00 PM','6277409','Little-Feat-6-18-2024'],['Little Feat','Everwise Amphitheater at White River State Park','Indianapolis, IN','Thursday','6/20/2024','7:30 PM','6278148','Little-Feat-6-20-2024'],['Little Feat','Frederik Meijer Gardens','Grand Rapids, MI','Friday','6/21/2024','6:30 PM','6378801','Little-Feat-6-21-2024'],['Little Feat','Ravinia Pavilion','Highland Park, IL','Saturday','6/22/2024','7:00 PM','6280397','Little-Feat-6-22-2024'],['Little Feat','Victory Theatre - IN','Evansville, IN','Monday','6/24/2024','7:00 PM','6278332','Little-Feat-6-24-2024'],['Little Feat','The Factory - Chesterfield','St. Louis, MO','Tuesday','6/25/2024','7:30 PM','6278481','Little-Feat-6-25-2024'],['Little Feat','Uptown Theater - KC','Kansas City, MO','Wednesday','6/26/2024','8:00 PM','6278479','Little-Feat-6-26-2024'],['Little Feat','Mary W. Sommervold Hall at Washington Pavilion','Sioux Falls, SD','Friday','6/28/2024','7:30 PM','6278478','Little-Feat-6-28-2024'],['Little Feat','Fitzgerald Theater','Saint Paul, MN','Saturday','6/29/2024','7:30 PM','6278319','Little-Feat-6-29-2024'],['Little Feat','Vetter Stone Amphitheatre','Mankato, MN','Sunday','6/30/2024','7:30 PM','6278321','Little-Feat-6-30-2024'],['Little Feat','Hoyt Sherman Place Theater','Des Moines, IA','Tuesday','7/2/2024','7:30 PM','6278477','Little-Feat-7-2-2024'],['Little Feat','The Astro - NE','La Vista, NE','Wednesday','7/3/2024','8:00 PM','6278475','Little-Feat-7-3-2024'],['The Avett Brothers & Little Feat','Red Rocks Amphitheatre','Morrison, CO','Friday','7/5/2024','7:30 PM','6211927','The-Avett-Brothers---Little-Feat-7-5-2024'],['Little Feat','Penns Peak','Jim Thorpe, PA','Sunday','8/18/2024','8:00 PM','6358971','Little-Feat-8-18-2024'],['Little Feat','Tree House Brewing Company - Deerfield','South Deerfield, MA','Tuesday','8/20/2024','7:00 PM','6357249','Little-Feat-8-20-2024'],['Little Feat','Cape Cod Melody Tent','Hyannis, MA','Wednesday','8/21/2024','8:00 PM','6356521','Little-Feat-8-21-2024'],['Little Feat','South Shore Music Circus','Cohasset, MA','Thursday','8/22/2024','8:00 PM','6359013','Little-Feat-8-22-2024'],['Little Feat','Indian Ranch','Webster, MA','Saturday','8/24/2024','1:00 PM','6357255','Little-Feat-8-24-2024'],['Little Feat','Patchogue Theater For The Performing Arts','Patchogue, NY','Tuesday','8/27/2024','7:30 PM','6358917','Little-Feat-8-27-2024'],['Little Feat','Freeman Arts Pavilion','Selbyville, DE','Friday','8/30/2024','7:00 PM','6327382','Little-Feat-8-30-2024']],'Little Feat','http://www.ticketnetwork.com/en/search/?text=Little%20Feat');